home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 51
/
Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso
/
-in_the_mag-
/
program_perfection
/
vbcc
/
amiga68k
/
include
/
proto
/
all.h
next >
Wrap
C/C++ Source or Header
|
2000-02-07
|
1KB
|
45 lines
#ifndef PROTO_ALL_H
#define PROTO_ALL_H
#include <exec/types.h>
#include <proto/amigaguide.h>
#include <proto/asl.h>
#include <proto/battclock.h>
#include <proto/battmem.h>
#include <proto/bullet.h>
#include <proto/colorwheel.h>
#include <proto/commodities.h>
#include <proto/console.h>
#include <proto/disk.h>
#include <proto/diskfont.h>
#include <proto/dos.h>
#include <proto/exec.h>
#include <proto/expansion.h>
#include <proto/gadtools.h>
#include <proto/graphics.h>
#include <proto/icon.h>
#include <proto/iffparse.h>
#include <proto/input.h>
#include <proto/intuition.h>
#include <proto/keymap.h>
#include <proto/layers.h>
#include <proto/locale.h>
#include <proto/lowlevel.h>
#include <proto/mathffp.h>
#include <proto/mathieeedoubbas.h>
#include <proto/mathieeedoubtrans.h>
#include <proto/mathieeesingbas.h>
#include <proto/mathieeesingtrans.h>
#include <proto/mathtrans.h>
#include <proto/misc.h>
#include <proto/nonvolatile.h>
#include <proto/potgo.h>
#include <proto/ramdrive.h>
#include <proto/realtime.h>
#include <proto/rexxsyslib.h>
#include <proto/timer.h>
#include <proto/translator.h>
#include <proto/utility.h>
#include <proto/wb.h>
#endif